@charset "utf-8";
*{margin:0;padding:0;}
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media (max-width:1660px) {
    html{font-size:6vw}
}
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}

@font-face{
	font-family: zhengq;
	src:url(../fonts/ZhengQingKeHuangYouTi-1.ttf);
}
body{ font-family:Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;font-weight: lighter;line-height: 1.5;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:var(--main-bg-color);}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4, .dot5 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.dot5 {
	-webkit-line-clamp: 5;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: var(--main-bg-color);}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}
.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;margin:0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.55rem;position: relative;padding-top:0.6rem;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.55rem;height: 0.55rem;border-radius: 50%;}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background-image: linear-gradient(90deg, #facb22, #f83700);}
.Pages .a_prev{background: url(../images/pageprev.png) no-repeat center center #f5f5f5;font-size: 0;color:transparent;background-size: 0.18rem;}
.Pages .a_next{background: url(../images/pagenext.png) no-repeat center center #f5f5f5;font-size: 0;color:transparent;background-size: 0.18rem;}
.Pages .p_count{display: inline-block;margin-right:10px;}
.Pages .i_text{width:0.8rem;height:0.55rem;outline:none;box-sizing: border-box;padding:0 0.1rem;text-align: center;border-radius: 0.2rem 0.2rem 0.2rem 0;background: #f5f5f5;display: inline-block;margin:0 5px;}
.Pages .i_button{width:0.55rem;height:0.55rem;border-radius: 50%;background: #f5f5f5;display: inline-block;margin-left:0.2rem;}

@media(max-width:1024px){
	.Pages{line-height: 38px;padding:30px 0;}
	.Pages a{width:38px;height:38px;}
	.Pages .num a{margin:2px;}
	.Pages .i_text{width:45px;height:38px;border-radius: 5px 5px 5px 0;}
	.Pages .i_button{width:38px;height:38px;}
}

@media(max-width:640px){
	.Pages{line-height: 30px;padding:30px 0;}
	.Pages a{width:30px;height:30px;}
	.Pages .i_text{width:38px;height:30px;}
	.Pages .i_button{width:30px;height:30px;}
}
/*pages end*/

.w1600{max-width:16rem;width:95%;margin:0 auto;}
.w1440{max-width:14.4rem;width:92%;margin:0 auto;}
.pd100{padding:1rem 0;}
.pd90{padding:0.9rem 0;}
.pdb100{padding-bottom:1rem;}
.pdb90{padding-bottom:0.9rem;}
.mt30{margin-top:0.3rem;}

/* Top */
.Top{line-height: 0.8rem;border-bottom:1px solid rgba(255,255,255,0.2);width:100%;position: fixed;z-index:9999;top:0;left:0;transition: all .5s;}
.Top .Logo img{max-height:0.45rem;}
.Top .Logo .img2{display: none;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;position: relative;z-index:999;float:right;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before,.Top .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top .Lan a{color:#fff;}
.Top .Search{position: relative;margin:0 0.35rem;}
.Top .Search .SearchIco{width:30px;text-align: center;}
.Top .Search .SearchIco img{position: relative;top:0;}
.Top .Search .SearchIco .img2{display: none;}
.Top .Search .SearchBox{width:300px;box-sizing: border-box;padding-right:50px;line-height: 45px;position: absolute;top:100%;right:0;border-radius: 5px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.Top .Search .SearchBox button{width:50px;height:100%;background: url(../images/search.png) no-repeat center center #1559a7;position: absolute;right:0;top:0;border-radius: 0 5px 5px 0;}
.Top .Search .SearchBox input{width:100%;box-sizing: border-box;padding:0 15px;}

.Top .Top_login{padding-left:25px;background: url(../images/user.png) no-repeat left center;}
.Top .Top_login .loginbtn{}
.Top .Top_login .loginbtn a{color:#fff;}
.Top .Top_login .loginuser{color:#fff;}
.Top .Top_login .loginuser a{font-size: 12px;color:#fff;display: inline-block;margin-left:3px;line-height: 20px;padding:0 8px;border-radius: 20px;background-image: linear-gradient(90deg, #facb22, #f83700);}

.Top .MainNav ul::after{content:"";display: block;clear: both;}
.Top .MainNav ul li{float:left;margin-right:0.4rem;position: relative;}
.Top .MainNav ul li em{display: block;position: relative;font-size: 0.18rem;}
.Top .MainNav ul li em::before{content:'';display:block;width:100%;height:4px;background-image:linear-gradient(90deg, #facb22, #f83700);transition: all .5s;-webkit-transition: all .5s;opacity: 0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);position: absolute;top:0;left:0;}
.Top .MainNav ul li em a{color:#fff;position: relative;}
.Top .MainNav ul li.on em::before,.Top .MainNav ul li:hover em::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}

.Top .MainNav ul li .NavPull{position: absolute;top:100%;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width:1.4rem;background: #fff;border-top:1px solid #e5e5e5;padding:0.2rem 0;display: none;}
.Top .MainNav ul li .NavPull dd{line-height: 0.48rem;text-align: center;font-size: 0.18rem;}

.Top .MainNav ul li.navPro .NavPull{width:2.2rem;padding:0.2rem 0.3rem;}
.Top .MainNav ul li.navPro .NavPull dl{margin-bottom:0.2rem;}
.Top .MainNav ul li.navPro .NavPull dd{text-align: left;line-height: 0.3rem;font-size: 0.16rem;}
.Top .MainNav ul li.navPro .NavPull dt{font-weight: normal;line-height: 0.48rem;font-size: 0.18rem;}

.Top:hover{background: #fff;}
.Top:hover .Logo .img1{display: none;}
.Top:hover .Logo .img2{display: inline-block;}
.Top:hover .m-btn span{background: #005fe1;}
.Top:hover .m-btn span::before,.Top:hover .m-btn span::after{background: #005fe1;}
.Top:hover .Lan a{color:#333;}
.Top:hover .Search .SearchIco .img1{display: none;}
.Top:hover .Search .SearchIco .img2{display: inline-block;}
.Top:hover .Top_login{background: url(../images/user1.png) no-repeat left center;}
.Top:hover .Top_login a{color:#333;}
.Top:hover .Top_login .loginuser{color:#fff;}
.Top:hover .MainNav ul li em a{color:#333;}
.Top:hover .m-btn.active span{background: transparent;}
.Top:hover .Top_login .loginbtn a{color:#333;}

.Top.on{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.on .Logo .img1{display: none;}
.Top.on .Logo .img2{display: inline-block;}
.Top.on .m-btn span{background: #005fe1;}
.Top.on .m-btn span::before,.Top.on .m-btn span::after{background: #005fe1;}
.Top.on .Lan a{color:#333;}
.Top.on .Search .SearchIco .img1{display: none;}
.Top.on .Search .SearchIco .img2{display: inline-block;}
.Top.on .Top_login{background: url(../images/user1.png) no-repeat left center;}
.Top.on .Top_login a{color:#333;}
.Top.on .Top_login .loginuser{color:#333;}
.Top .Top_login .loginuser a{color:#fff;}
.Top.on .MainNav ul li em a{color:#333;}
.Top.on .m-btn.active span{background: transparent;}
.Top.on .Top_login .loginbtn a{color:#333;}

@media(max-width:1100px){
	body{font-size: 14px;padding-top:54px;}
	.Top{line-height: 54px;}
	.Top .m-btn{display: block;}
	.Top .MainNav{width:240px;position: absolute;top:100%;right:0;z-index:999;background:#fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);height:calc(100vh - 50px);transition: all .5s;-webkit-transition: all .5s;opacity: 0;width:0;visibility: hidden;}
	.Top .MainNav ul{padding:20px;box-sizing: border-box;min-width:200px;}
	.Top .MainNav ul li{width:100%;margin-right:0;line-height: 45px;}
	.Top .MainNav ul li em{font-size: 15px;}
	.Top .MainNav ul li em a{color:#333;}
	.Top .MainNav ul li em::before{height:2px;}
	.Top .MainNav ul li em i{width:40px;height:40px;background: url(../images/navmore.svg) no-repeat center right;background-size: 15px;display: block;position: absolute;right:0;top:2.5px;}
	.Top .MainNav ul li .NavPull{position: static;width:100%;transform: translateX(0);-webkit-transform: translateX(0);padding:10px;background: #f5f5f5;box-sizing: border-box;}
	.Top .MainNav ul li .NavPull dd{font-size: 14px;line-height: 35px;}
	.Top .MainNav ul li.navPro .NavPull{width:100%;padding:10px;}
	.Top .MainNav ul li.navPro .NavPull dt{font-size: 15px;line-height: 26px;margin:5px 0;}
	.Top .MainNav ul li.navPro .NavPull dd{font-size: 14px;line-height: 30px;}
	.Top .Logo img{max-height:30px;}
	.Top .MainNav.show{width:250px;opacity: 1;visibility: visible;}
	.Top .Search{margin:0 10px;}
	.Top{background: #fff;}
	.Top .Logo .img1{display: none;}
	.Top .Logo .img2{display: inline-block;}
	.Top .m-btn span{background: #005fe1;}
	.Top .m-btn span::before,.Top .m-btn span::after{background: #005fe1;}
	.Top .Lan a{color:#333;}
	.Top .Search .SearchIco .img1{display: none;}
	.Top .Search .SearchIco .img2{display: inline-block;}
	.Top .Top_login{background: url(../images/user1.png) no-repeat left center;}
	.Top .Top_login a{color:#333;}
	.Top .Top_login .loginuser{color:#333;}
	.Top .MainNav ul li em a{color:#333;}
	.Top .m-btn.active span{background: transparent;}
	.Top .Top_login .loginbtn a{color:#333;}
	.pd100{padding:30px 0;}
    .pdb100{padding-bottom:30px;}
	.pd90{padding:30px 0;}
	.pdb90{padding-bottom:30px;}

}


@media(max-width:640px){
	.Top .Logo img{max-height:20px;}
	.Top .Search{margin:0 3px;}
	.Top{font-size: 12px;}
	.Top .Top_login{padding-left:20px;}
	.Top .Search .SearchBox{width:220px;line-height: 35px;padding-right:40px;}
	.Top .Search .SearchBox button{width:40px;}
}


/* Bottom */
.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;}
.Bottom .Link{padding:0.3rem 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.Bottom .Link .LinkBox{padding-left:0.9rem;position: relative;}
.Bottom .Link .LinkBox .LinkName{color:#fff;opacity: 0.5;position: absolute;left:0;top:0;}
.Bottom .Link .LinkBox .LinkList ul::after{content:'';display: block;clear: both;}
.Bottom .Link .LinkBox .LinkList ul li{float:left;padding:0 0.2rem;position: relative;}
.Bottom .Link .LinkBox .LinkList ul li a{color:#fff;}
.Bottom .Link .LinkBox .LinkList ul li::before{content:'';display:block;width:4px;height:4px;background: #fff;border-radius: 50%;position: absolute;left:0;top:50%;margin-top:-2px;}
.Bottom .Link .LinkBox .LinkList ul li:first-child::before{display: none;}
.Bottom .Link .LinkBox .LinkList ul li:first-child{padding-left:0;}
.Bottom .BottomBox{padding:0.4rem 0;}

.Bottom .CopyRight{padding:0.2rem 0;border-top:1px solid rgba(255,255,255,0.1);line-height: 40px;}
.Bottom .CopyRight .text{font-size: 0.14rem;color:#fff;opacity: 0.8;}
.Bottom .CopyRight .text a{color:#fff;}
.Bottom .CopyRight .footico{display: none;}
.Bottom .CopyRight .footico ul li{display: inline-block;margin-left:0.1rem;position: relative;}
.Bottom .CopyRight .footico ul li .icon{width:40px;height:40px;border-radius: 50%;background: rgba(0,0,0,0.3);line-height: 40px;text-align: center;display: flex;align-items: center;justify-content: center;}
.Bottom .CopyRight .footico ul li .tcbox{position: absolute;bottom:115%;left:50%;width:120px;margin-left:-60px;box-sizing: border-box;padding:6px;background: #fff;display: none;}
.Bottom .CopyRight .footico ul li:hover .tcbox{display: block;}
.Bottom .CopyRight .footico ul li:hover .icon{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.Bottom .BottomBox .BottomCon{width:28%;color:#fff;}
.Bottom .BottomBox .BottomCon .BottomLogo img{max-height:0.42rem;}
.Bottom .BottomBox .BottomCon .tel{margin:0.3rem 0 0.1rem 0;}
.Bottom .BottomBox .BottomCon .tel p{font-size: 0.3rem;font-weight: bold;color:#f97b10;}
.Bottom .BottomBox .BottomCon .tel span{opacity: 0.8;}
.Bottom .BottomBox .BottomCon ul li{margin-bottom:0.1rem;opacity: 0.8;}

.Bottom .BottomBox .BottomNav{width:55%;margin:0 2%;display: flex;justify-content: space-between;padding-top:0.2rem;}
.Bottom .BottomBox .BottomNav dt{margin-bottom:0.2rem;}
.Bottom .BottomBox .BottomNav dt a{font-weight: normal;color:#fff;}
.Bottom .BottomBox .BottomNav dd a{line-height: 0.322rem;color:#fff;opacity: 0.8;}

.Bottom .BottomBox .BottomEwa{max-width:13%;padding-top:0.2rem;text-align: center;}
.Bottom .BottomBox .BottomEwa img{width:1.4rem;}
.Bottom .BottomBox .BottomEwa p{color:#fff;margin-top:10px;}

@media(max-width:1100px){
	.Bottom .Link .LinkBox{padding-left:70px;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon{width:40%;}
	.Bottom .BottomBox .BottomCon .BottomLogo img{max-height:30px;}
	.Bottom .BottomBox .BottomEwa{max-width:30%;}
	.Bottom .BottomBox .BottomEwa img{width:120px;}
	.Bottom .CopyRight .text{font-size: 14px;}
}

@media(max-width:640px){
	.Bottom .BottomBox .BottomCon{width:100%;}
	.Bottom .BottomBox .BottomEwa{max-width:100%;width:100%;}
	.Bottom .BottomBox .BottomCon .tel p{font-size: 20px;}
	.Bottom .CopyRight{padding:15px 0;text-align: center;}
	.Bottom .CopyRight .footico{width:100%;text-align: center;}
	.Bottom .CopyRight .footico ul li{margin:0 5px;}
	.Bottom .CopyRight .footico ul li .icon{width:35px;height:35px;line-height: 35px;}
	.Bottom .CopyRight .text{line-height: 1.6;margin-top:10px;}
	.Bottom .Link{padding:20px 0;}
	.Bottom .Link .LinkBox{padding-left:0;line-height: 1.8;}
	.Bottom .Link .LinkBox .LinkName{position: static;margin-bottom:8px;}

}

/* 侧边悬浮框 */
.FloatBox{position: fixed;z-index:999;right:-0.7rem;background: var(--main-bg-color);border-radius: 3px;box-shadow: 0 0 10px rgba(0,0,0,0.1);bottom:10%;transition: all 0.3s}
.FloatBox ul li{position: relative;border-top:1px solid rgba(255,255,255,0.1);}
.FloatBox ul li:first-child{border-top:none;border:3px 3px 0 0;}
.FloatBox ul li .icon{width:0.8rem;height:0.8rem;text-align: center;line-height: 0.8rem;transition: all .5s;}
.FloatBox ul li .icon img{max-width:0.35rem;max-height:0.35rem;}
.FloatBox ul li .tcbox{min-height:0.8rem;position: absolute;right:105%;top:0;background-image: linear-gradient(90deg, #facb22, #f83700);line-height: 0.6rem;font-weight: bold;color:#fff;opacity: 0;transform: translateX(50px);-webkit-transform: translateX(50px);visibility: hidden;transition: all .5s;box-sizing: border-box;padding:0.1rem;}
.FloatBox ul li .tcbox{width:2.2rem;text-align: center;font-size: 0.2rem;}
.FloatBox ul li .tcewa{width:1.6rem;}
.FloatBox ul li .tcbox img{width:100%;}
.FloatBox:hover ul li:hover .tcbox{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;visibility: visible;}
.FloatBox:hover ul li:hover .icon{background-image: linear-gradient(90deg, #facb22, #f83700);}
.FloatBox:hover ul li:last-child{border-radius: 0 0 5px 5px;}
.FloatBox:hover{right:0rem}


.more_btn{width:1.45rem;line-height: 0.48rem;border-radius: 0.48rem 0.48rem 0.48rem 0;background-image: linear-gradient(90deg, #facb22, #f83700);text-align: center;color:#fff;transition: all .5s;}
.more_btn a{color:#fff;display: block;}
.more_btn:hover{border-radius: 0.48rem;}

.more_btn button{width:1.45rem;line-height: 0.48rem;border-radius: 0.48rem 0.48rem 0.48rem 0;background-image: linear-gradient(90deg, #facb22, #f83700);text-align: center;color:#fff;transition: all .5s;}
.more_btn button{color:#fff;display: block;}
.more_btn button:hover{border-radius: 0.48rem;}

@media(max-width:1024px){
	.more_btn{width:150px;line-height: 38px;font-size: 14px;}
	.FloatBox ul li .icon{width:40px;height:40px;line-height: 40px;}
	.FloatBox ul li .icon img{max-height:20px;max-width:20px;}
}

@media(max-width:640px){
	.more_btn{width:80px;line-height: 30px;font-size: 14px;}
}

/* 登录 */
.Popup{width:100%;height:100%;position: fixed;z-index:9999;top:0;left:0;background: rgba(0,0,0,0.5);display: none;}
.Popup .PopupBox{border-radius: 5px;width:5rem;box-sizing: border-box;padding:0.5rem;background: #fff;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.Popup .PopupBox .close{width:35px;height:35px;border-radius: 50%;background: #1559a7;text-align: center;line-height: 35px;position: absolute;right:0.2rem;top:0.2rem;}
.Popup .PopupBox .close img{width:20px;}
.Popup .PopupBox .PopupTit{text-align: center;font-size: 0.28rem;font-weight: bold;margin-bottom:0.3rem;}
.Popup .PopupBox .formBox .inputbox{margin-bottom:0.2rem;border-radius: 3px;border:1px solid #e5e5e5;}
.Popup .PopupBox .formBox .inputbox input{width:100%;box-sizing: border-box;height:40px;padding:0 0.22rem;}
.Popup .PopupBox .formBox .forgrtpass{text-align: right;}
.Popup .PopupBox .formBox .forgrtpass a{color:#1559a7;font-size: 14px;}
.Popup .PopupBox .formBox .submitbtn{text-align: center;margin-top:0.3rem;}
.Popup .PopupBox .formBox .submitbtn button{width:120px;height:40px;background: #1559a7;color:#fff;border-radius: 3px;}
.Popup .PopupBox .formBox .other{font-size: 14px;text-align: center;color:#999;margin-top:0.1rem;}
.Popup .PopupBox .formBox .other a{color:#1559a7;}

@media(max-width:640px){
	.Popup .PopupBox{width:90%;padding:30px;}
	.Popup .PopupBox .close{width:28px;height:28px;line-height: 28px;}
	.Popup .PopupBox .PopupTit{font-size: 18px;}
	.Popup .PopupBox .formBox .inputbox input{height:35px;}
	.Popup .PopupBox .formBox .submitbtn button{width:100px;height:35px;}
}













